/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
@font-face {
  font-family: 'DINPro-Cond';
  src: url('./fonts/DINPro-Cond.eot');
  src: url('./fonts/DINPro-Cond.eot?#iefix') format('embedded-opentype'), url('./fonts/DINPro-Cond.woff2') format('woff2'), url('./fonts/DINPro-Cond.woff') format('woff'), url('./fonts/DINPro-Cond.ttf') format('truetype'), url('./fonts/DINPro-Cond.svg#DINPro-Cond') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPro-CondBlack';
  src: url('./fonts/DINPro-CondBlack.eot');
  src: url('./fonts/DINPro-CondBlack.eot?#iefix') format('embedded-opentype'), url('./fonts/DINPro-CondBlack.woff2') format('woff2'), url('./fonts/DINPro-CondBlack.woff') format('woff'), url('./fonts/DINPro-CondBlack.ttf') format('truetype'), url('DINPro-CondBlack.svg#DINPro-CondBlack') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPro-CondBold';
  src: url('./fonts/DINPro-CondBold.eot');
  src: url('./fonts/DINPro-CondBold.eot?#iefix') format('embedded-opentype'), url('./fonts/DINPro-CondBold.woff2') format('woff2'), url('./fonts/DINPro-CondBold.woff') format('woff'), url('./fonts/DINPro-CondBold.ttf') format('truetype'), url('./fonts/DINPro-CondBold.svg#DINPro-CondBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPro-CondMedium';
  src: url('./fonts/DINPro-CondMedium.eot');
  src: url('./fonts/DINPro-CondMedium.eot?#iefix') format('embedded-opentype'), url('./fonts/DINPro-CondMedium.woff2') format('woff2'), url('./fonts/DINPro-CondMedium.woff') format('woff'), url('./fonts/DINPro-CondMedium.ttf') format('truetype'), url('./fonts/DINPro-CondMedium.svg#DINPro-CondMedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}
.fusion-main-menu > ul > li > a {
  text-transform: uppercase;
}
h3 em, h3 strong, h1 em, h1 strong {
  margin: 0.05em 0;
  display: table;
  padding: 0 0.2em 0 0.15em;
}
h3 em, h1 em {
  background-color: #3C3C3B;
  font-style: normal !important;
  padding: 0 0.2em 0 0.15em;
  margin: 0.05em 0;
  display: table;
  color: #fff;
  font-family: "Futura bold condensed";
  font-weight: 700;
}
.home h1 em {
  margin-top: -5px;
}
h3 strong, h1 strong {
  background-color: #FF7D00;
  color: #fff;
  font-style: normal !important;
  padding: 0 0.2em 0 0.15em;
  margin: 0.05em 0;
  display: table;
  font-family: "Futura bold condensed";
  font-weight: 700;
}
.fusion-menu-element-wrapper.direction-row.expand-method-hover .menu-text {
  font-family: "Futura Medium condensed";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0px;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .fusion-menu-element-wrapper.direction-row.expand-method-hover .menu-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
.header.background > .fusion-row {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 39%, rgba(218, 218, 218, 1) 39%, rgba(218, 218, 218, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 39%, rgba(218, 218, 218, 1) 39%, rgba(218, 218, 218, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 39%, rgba(218, 218, 218, 1) 39%, rgba(218, 218, 218, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dadada", GradientType=1);
  background-position: 7vw 0;
  background-repeat: no-repeat;
}
}
/*voting styling */
.survey-title {
  display: none !important;
}
.votestatus_wrapper {
  border-top: 1px solid #dedede;
  height: 54px;
}
@media only screen and (max-width: 1600px) and (min-width: 640px) {
  .votestatus_wrapper {
    min-height: 3.4vw;
  }
}
.fusion-text .votestatus_wrapper:last-of-type {
  border-bottom: 1px solid #dedede;
}
.votestatus_wrapper a {
  clear: both;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.votestatus_wrapper a span {
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
  color: #3c3c3b;
}

.votestatus_wrapper a > span:nth-child(1) {max-width: 60%!important} 

@media only screen and (max-width: 1400px) {
.votestatus_wrapper a > span:nth-child(1) {max-width: 50%!important}
}


.votestatus_wrapper a span.icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
	flex:none;
}
.votestatus_wrapper a span.icon.global {
  background-image: url('https://heinekencreativecouncil.com/wp-content/uploads/2021/10/global-icon.svg');
}
.votestatus_wrapper a span.icon.local {
  background-image: url('https://heinekencreativecouncil.com/wp-content/uploads/2021/10/local-icon.svg');
}
.votestatus_wrapper a span.votingstatus {
  background-color: #FF7D00;
  color: #fff;
  padding: 6px;
  text-transform: uppercase;
  width: 100%;
  max-width: 85px;
  text-align: center;
  font-family: 'DINPro-CondBlack';
  font-size: 30px;
}
@media screen and (max-width: 1600px) {
  .votestatus_wrapper a span.votingstatus {
    font-size: 1.6vw !important;
  }
}
.votestatus_wrapper a span.votingstatus.voted {
  background-color: #fff;
  color: #707070;
}
.login-div {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #dadada;
  top: 0;
  left: 0;
  z-index: 200000;
}
.login-wrap {
  width: 90%;
  max-width: 990px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
}
.login-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sitelogin {
  width: 60%;
  padding: 55px;
  background-color: #fff;
}
.sitelogin label {
  display: none;
}
.sitelogin p {
  margin: 0 0 6px;
}
.sitelogin .logo {
  margin-bottom: 60px;
}
.sitelogin .message {
  color: #000000;
  text-align: left;
  font: 25px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Futura Medium condensed";
  margin-top: 40px;
  font-weight: 500 !important
}
.barndlogo {
  width: 40%;
  background-color: #FF7D00;
  align-items: center;
  display: flex;
  justify-content: center;
}
.barndlogo img {
  max-width: 250px;
}
input:active, input:focus {
  border: 0 !important;
}
#comment-input input::placeholder, #comment-textarea textarea::placeholder, .comment-form-comment textarea::placeholder, .input-text::placeholder, .post-password-form label input[type="password"]::placeholder, .searchform .s::placeholder, input#s::placeholder, input::placeholder, textarea.fusion-form-input::placeholder {
  opacity: 1;
  color: #3C3C3B !important;
  font-family: "Futura Medium condensed";
}
body:not(.logged-in) .topmenu {
	display:none!important;
}

body:not(.logged-in) {
  overflow: hidden;
  position: fixed;
}
.login-username input, .login-password input {
  background-color: #EDEDED !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  font-family: Futura Medium condensed;
  color: #3C3C3B !important;
  font-size: 35px !important;
  padding-left: 80px !important;
  background-repeat: no-repeat !important;
  background-position: left 24px center !important;
  background-size: 25px !important;
  font-family: "Futura Medium condensed";
  font-weight: 500 !important;
}
.login-div input[type=text], .login-div input[type=password] {
  height: 70px !important;
}
@media screen and (max-width: 1600px) {
  .login-username input, .login-password input {
    font-size: 20px !important;
  }
  .login-div input[type=text], .login-div input[type=password] {
    height: 50px !important;
  }
}
.login-username input {
  background-image: url('https://heinekencreativecouncil.com/wp-content/uploads/2021/10/username-icon.svg') !important;
}
.login-password input {
  background-image: url('https://heinekencreativecouncil.com/wp-content/uploads/2021/10/lock-passwordicon.svg') !important;
}
.login-submit input {
  margin: 0;
  padding: 0;
  background: #ff7d00;
  border: 0;
  appearance: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  font-size: 48px;
  line-height: 1;
  font-family: "Futura bold condensed";
  cursor: pointer;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .login-submit input {
    font-size: 3.3vw;
  }
}
.login-date {
  font-family: "Futura Light condensed";
  font-size: 70px;
  position: absolute;
  right: -170px;
  top: 60px;
  transform: rotate(90deg);
  font-weight: 300;
}
.survey-heineken.fixed {
  /*position: fixed;
  bottom: 100px;*/
  right: 0;
  max-width: 600px;
  padding: 15px;
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .survey-heineken.fixed {
    max-width: 45vw
  }
}
.section-buttons {
  display: none;
}
/** creative ladder **/
.fusion-popover h3, .fusion-popover p {
  margin: 0
}
.popover .popover-title {
  color: #3C3C3B !important;
  font-family: "Futura Medium condensed" !important;
  font-weight: 400;
  border: 0;
}
.LEGENDARY, .legendary {
  background-color: #662A72;
  padding: 2px 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Futura Medium condensed";
}
.CULTURALPHENOMENON {
  background-color: #93448A;
  padding: 2px 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Futura Medium condensed";
}
.CONTAGIOUS {
  background-color: #3D8A44;
  padding: 2px 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Futura Medium condensed";
}
.GROUNDBREAKING {
  background-color: #55B046;
  padding: 2px 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Futura Medium condensed";
}
.FRESH {
  background-color: #92C43F;
  padding: 2px 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Futura Medium condensed";
}
.OWNABLE {
  background-color: #D3DC44;
  padding: 2px 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Futura Medium condensed";
}
.CLICHÉ {
  background-color: #F9C647;
  padding: 2px 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Futura Medium condensed";
}
.CONFUSING {
  background-color: #E57036;
  padding: 2px 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Futura Medium condensed";
}
.DESTRUCTIVE {
  background-color: #D1302C;
  padding: 2px 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Futura Medium condensed";
}
.HIJACKED {
  background-color: #000000;
  padding: 2px 5px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: "Futura Medium condensed";
}
.home_heading h1 {
  font-family: "Futura Medium condensed" !important;
  color: #707070 !important;
}
.home_heading h1 em, .home_heading h1 strong {
  font-family: "Futura bold condensed";
}
.event-heineke {
  background-color: #fff;
  padding: 23px 32px;
}
.event-title {
  font-size: 74px;
  line-height: 1;
  color: #DADADA;
  font-family: "Futura bold condensed";
}
.event-details {
  font-family: "Futura bold condensed";
  line-height: 30px;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.event-details.big {
  font-size: 30px;
  text-transform: uppercase;
  padding: 5% 0 3%;
  margin-bottom: 0;
  margin-top: -4%;
  border-bottom: 0;
}
.event-date {
  color: #EE8500;
  font-size: 30px;
}
.event-time {
  font-size: 25px;
  color: #3C3C3B;
}
@media screen and (max-width: 1600px) {
  .event-title {
    font-size: 4.4vw;
  }
  .event-details, .event-date {
    font-size: 20px;
  }
}
.event-zone {
  color: #3C3C3B;
  font-family: "Heineken core";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  max-width: 330px;
}
.event-votingdate {
  margin: 30px 0 0 32px;
  max-width: 320px;
}
.event-votingdate h3 {
  font-size: 25px !important;
  line-height: 30px !important;
  margin: 0 !important;
  color: #3C3C3B !important;
  font-family: "Futura bold condensed";
}
.event-votingdate .info {
  font-family: "Heineken core";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.fusion-body .fusion-flex-column.banner_image {
  width: 540px !important;
  position: absolute;
  right: -1.92%;
  z-index: -1;
  top: -200px;
}
.contentheader-topblock .fusion-content-layout-block, .fusion-flex-column.contentheader-topblock > div {
  width: auto !important;
  padding: 1% !important;
}
.video_title h2 {
  margin: 0 !important;
  color: #FF7D00 !important;
  letter-spacing: 0.45px !important;
}
.video_title h2 strong {
  color: #3C3C3B !important;
}
.qoute-image {
  position: absolute !important;
  left: 9%;
  top: 0%;
}
.home .fusion-button {
  display: block;
  cursor: pointer;
  padding: 5px 40px;
  margin-bottom: 10px;
}

.fusion-button .fusion-button-text {
	font-size:38px; 
	line-height: 1.1;}

.home .fusion-button .fusion-button-text {
  font-family: 'DINPro-CondBlack';
  font-weight: 900;
  font-size: 47px;
  display: block;
  text-align: center;
  line-height: 1;
}
.home .fusion-button.orange_button {
  background-color: #FF7D00;
}
.home .fusion-button.orange_button:hover {
  background-color: #F6F6F6;
}
.home .fusion-button.orange_button:hover .fusion-button-text {
  color: #C1C1C1;
}
.home .fusion-button.grey_button {
  background-color: #F6F6F6;
}
.home .fusion-button.grey_button .fusion-button-text {
  color: #C1C1C1;
}
.home .fusion-button.grey_button:hover {
  background-color: #FF7D00;
}
.home .fusion-button.grey_button:hover .fusion-button-text {
  color: #fff;
}
.home .fusion-text h3 {
  font-size: 25px !important;
  line-height: 30px !important;
  margin: 0;
}
.videoplayerproject {
  max-width: 1000px !important;
  margin: 0 auto !important
}
@media only screen and (max-width: 1600px) and (min-width: 640px) {
  .home .fusion-text h3 {
    font-size: 18px !important;
  }
 
	.home .videoplayer {
    max-width: 1000px;
    margin-left: 30px !important;
  }
}
.checkvoiting_wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  z-index: 200;
  padding: 10vh 0;
}
.checkvoiting_wrapper_close{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}
.checkvoiting_wrapper h3{
  margin: 0 0 5vh;
  text-transform: none;
  line-height: 1;
  font-size: 22px !important;
}
.checkvoiting_wrapper .button {
  background-color: #FF7D00;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 60px;
  z-index: 1000;
  font-family: "Futura bold condensed";
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}
.checkvoiting_wrapper a{
  color: #fff;
  text-decoration: underline;
}

.votepagelinks{
  padding: 5vh 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.votepagelinks .button{
  background-color: #FF7D00;
  border: 1px solid #FF7D00;
  color: #fff;
  font-size: 18px;
  font-family: "Futura Medium condensed";
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 0;
  line-height: 1;
  letter-spacing: 0.27px;
  border-radius: 0;
  transition-property: border-radius,background-color;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.79,.14,.15,.86);
}
.votepagelinks .button:hover{
  border-radius: 0px;
  background-color: transparent;
  color: #FF7D00;
}